home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 4
/
Meeting Pearls Vol. IV (1996)(GTI - Schatztruhe)[!].iso
/
Pearls
/
libs
/
MCC_Busy
/
Developer
/
c
/
Include
/
mui
/
Busy_mcc.h
Wrap
C/C++ Source or Header
|
1996-09-11
|
949b
|
73 lines
/*
MCC_Busy (c) by kMel, Klaus Melchior
Registered class of the Magic User Interface.
Busy_mcc.h
*/
/*** Include stuff ***/
#ifndef BUSY_MCC_H
#define BUSY_MCC_H
#ifndef LIBRARIES_MUI_H
#include "libraries/mui.h"
#endif
/*** MUI Defines ***/
#define MUIC_Busy "Busy.mcc"
#define BusyObject MUI_NewObject(MUIC_Busy
#define BusyBar\
BusyObject,\
MUIA_Busy_Speed, MUIV_Busy_Speed_User,\
End
/*** Methods ***/
#define MUIM_Busy_Move 0x80020001
/*** Method structs ***/
struct MUIP_Busy_Move {
ULONG MethodID;
};
/*** Special method values ***/
/*** Special method flags ***/
/*** Attributes ***/
#define MUIA_Busy_Speed 0x80020049
/*** Special attribute values ***/
#define MUIV_Busy_Speed_Off 0
#define MUIV_Busy_Speed_User -1
/*** Structures, Flags & Values ***/
#endif /* BUSY_MCC_H */
/* PrMake.rexx 0.10 (16.2.1996) Copyright 1995 kmel, Klaus Melchior */